home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Dom i biuro / Crimson Editor 3.70 / cedt370r.exe / spec / netwide-asm.spc < prev    next >
Text File  |  2002-05-28  |  560b  |  21 lines

  1. # NASM-format Assembly Language Specification File for Crimson Editor
  2. # by Jed Smith <jed@knows.it>
  3. #
  4. # Note: I know I'm defining it is case-insensitive here, and NASM
  5. # really is case-sensitive, but NASM only cares about the case of
  6. # user-defined symbols AFAIK.
  7. #
  8. # RANGE1 is so I can get '16' and '32' after BITS to light up.
  9.  
  10. $CASESENSITIVE=NO
  11. $DELIMITERS=+-*/()[]{}|^&<>%~:,"'
  12. $KEYWORDPREFIX=%:
  13. $SPECIALVARIABLECHARS=~
  14. $HEXADECIMALMARK=0x
  15. $ESCAPECHAR=
  16. $QUOTATIONMARK1="
  17. $QUOTATIONMARK2='
  18. $LINECOMMENT=;
  19. $PAIRS1=()
  20. $PAIRS2=[]
  21. $PAIRS3={}